home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_bas / mdbguru.zip / TEXTBOX.PRO < prev    next >
Text File  |  1995-02-25  |  348b  |  12 lines

  1. ; default textbox properties
  2. Height          =   315
  3. Index           =   <<index>>
  4. Left            =   <<left>>
  5. MaxLength       =   <<fieldlength>>
  6. TabIndex        =   <<tabindex>>
  7. Tag             =   "<<fieldname>>"
  8. Text            =   "<<fieldname>>"
  9. Top             =   <<top>>
  10. Visible         =   -1   'True
  11. Width           =   2415
  12.